home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xa;
-
- import com.extensibility.xml.AttributeDeclaration;
- import com.extensibility.xml.BaseDeclaration;
-
- class AggregateAttributeDecl$11 implements AggregateAttributeDecl.Operation {
- // $FF: synthetic field
- final String val$property;
- // $FF: synthetic field
- final String val$value;
- // $FF: synthetic field
- final AggregateAttributeDecl this$0;
-
- public void performOperation(AttributeDeclaration var1) {
- ((BaseDeclaration)var1).putMetaPropList(this.val$property, this.val$value);
- }
-
- AggregateAttributeDecl$11(String var1, String var2, AggregateAttributeDecl var3) {
- this.val$property = var1;
- this.val$value = var2;
- this.this$0 = var3;
- }
- }
-